home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / metkit / stdafx.h < prev    next >
C/C++ Source or Header  |  1997-06-07  |  373b  |  11 lines

  1. // stdafx.h : include file for standard system include files,
  2. //  or project specific include files that are used frequently, but
  3. //      are changed infrequently
  4.  
  5. #include <afxwin.h>         // MFC core and standard components
  6. #include <afxext.h>         // MFC extensions (including VB)
  7.  
  8. #include "m4kit.h"
  9.  
  10. // $Id: stdafx.h,v 1.2 1996/12/04 14:49:42 jcw Rel $
  11.